home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 112
/
EQ PC Zone.iso
/
data1.cab
/
EverQuest_files
/
Skins
/
default
/
default.xml
Wrap
Text File
|
2001-12-06
|
43KB
|
1,217 lines
<SkinApp Name = "EverQuest Patcher">
<StyleSheet
Name="English"
Face="Arial Unicode MS"
/>
<StyleSheet
Name="UniLanguage"
Face="Arial Unicode MS"
/>
<StyleSheet
Name="French"
Face="Arial Unicode MS"
/>
<StyleSheet
Name="German"
Face="Arial Unicode MS"
/>
<StyleSheet
Name="Header"
Bold="true"
>
<Color Type="Default" Value="255,255,0"/>
<Color Type="Default" BackgroundType="true" Value="0,0,0"/>
</StyleSheet>
<StyleSheet
Name="Subheader"
Italic="true"
/>
<StyleSheet
Name="ClickableText">
<Color Type="Default" Value="255,255,255"/>
<Color Type="Hover" Value="230,230,255"/>
<Color Type="Selected" Value="255,255,0"/>
<Color Type="Disabled" Value="120,120,120"/>
<Color Type="Default" BackgroundType="true" Value="0,0,0"/>
</StyleSheet>
<StyleSheet
Name="Language"
Face="Arial"
/>
<StyleSheet
Name="Buttons"
Bold="True"
/>
<SkinWindow
Name="MainWindow"
Visible="true"
Align="Center"
VAlign="Center"
Label="EverQuest Patcher"
Icon="images/icon.png"
>
<Command Event="windowClosing"
Name="Exit"/>
<SkinArt
TransparentColor="0,255,0"
>
<Image Type="BackgroundImage" Path="images/main-bg.png"/>
<Image Type="MapImage" Path="images/main-map.png"/>
</SkinArt>
<SkinButton
Name="minimize"
MapColor="30,30,30"
CenterX="True"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/lilbutton-min-bg.png"/>
<Image Type="HoverImage" Path="images/lilbutton-min-hover.png"/>
<Image Type="SelectedImage" Path="images/lilbutton-min-sel.png"/>
<Image Type="DisabledImage" Path="images/lilbutton-bg.png"/>
</SkinArt>
<Command Event="click"
Name="minimizewindow"/>
</SkinButton>
<SkinButton
Name="exit"
MapColor="50,50,50"
CenterX="true"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/lilbutton-max-bg.png"/>
<Image Type="HoverImage" Path="images/lilbutton-max-hover.png"/>
<Image Type="SelectedImage" Path="images/lilbutton-max-sel.png"/>
<Image Type="DisabledImage" Path="images/lilbutton-bg.png"/>
</SkinArt>
<Command Event="click"
Name="Exit"/>
</SkinButton>
<SkinText
Name="TriState Button"
MapColor="0,0,255"
Enabled="false"
CenterX="true"
CenterShiftX="-2"
CenterShiftY="-2"
FixedWidth="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
UseBackgroundColors="true"
SelectedOffsetX="2"
SelectedOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Style Name="Buttons" Priority="3"/>
<SkinArt>
<Image Type="BackgroundImage" Path="images/buttonBig-bg.png"/>
<Image Type="HoverImage" Path="images/buttonBig-hover.png"/>
<Image Type="SelectedImage" Path="images/buttonBig-sel.png"/>
<Image Type="DisabledImage" Path="images/buttonBig-dis.png"/>
</SkinArt>
<Command Event="click"
Name="TriStateSelect"/>
</SkinText>
<SkinText
Name="Advanced Button"
MapColor="60,60,175"
Enabled="true"
CenterX="true"
CenterShiftX="6"
CenterShiftY="-2"
FixedWidth="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
UseBackgroundColors="true"
SelectedOffsetX="1"
SelectedOffsetY="1"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Style Name="Buttons" Priority="3"/>
<SkinArt>
<Image Type="BackgroundImage" Path="images/button-bg.png"/>
<Image Type="HoverImage" Path="images/button-hover.png"/>
<Image Type="SelectedImage" Path="images/button-sel.png"/>
<Image Type="DDisabledImage" Path="images/button-dis.png"/>
</SkinArt>
<Text>Advanced</Text>
<Command Event="click"
Name="ObjectVisible">
<Param Name="ObjectName">OptionsDialog</Param>
<Param Name="state">true</Param>
</Command>
</SkinText>
<SkinText
Name="Status Text"
MapColor="0,255,255"
>
<Style Name="Language" Priority="1"/>
</SkinText>
<SkinImage
Name="Hourglass"
MapColor="255,0,0"
Enabled="true">
<Bind Field="state_enabled" Value="Hourglass" Global="true"/>
</SkinImage>
<SkinTextArea
Name="Output Text"
MapColor="255,255,0"
VerticalScrollBar="MainTextScrollBar"
>
<Style Name="Language" Priority="1"/>
</SkinTextArea>
<SkinToggle
Name="AutoPlay Select"
MapColor="180,60,175"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="AutoPlaySelect"/>
</SkinToggle>
<SkinText
Name="AutoPlay"
MapColor="210,60,175"
FixedWidth="true"
CenterX="true"
CenterShiftX="5"
CenterShiftY="-2"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
SelectedOffsetX="0"
SelectedOffsetY="0"
>
<Style Name="Language" Priority="1"/>
<Style Name="Buttons" Priority="2"/>
<Style Name="ClickableText" Priority="3"/>
<Text>AutoPlay</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">AutoPlay Select</Param>
</Command>
</SkinText>
<SkinScrollBar
Name="MainTextScrollBar"
IncrementNudge="MainIncNudge"
DecrementNudge="MainDecNudge"
Orientation="Vertical"
MapColor="0,200,0"
PathColor="96,69,96"
>
<SkinArtt>
<Image Type="BackgroundImage" Path="images/main-sliderBar-bg.png"/>
<Image Type="HoverImage" Path="images/main-sliderBar-hover.png"/>
<Image Type="SelectedImage" Path="images/main-sliderBar-sel.png"/>
<Image Type="DisabledImage" Path="images/main-sliderBar-dis.png"/>
</SkinArtt>
<PuckImage>
<SkinArt>
<Image Type="BackgroundImage" Path="images/textpuck.png"/>
<Image Type="HoverImage" Path="images/textpuck-lit.png"/>
<Image Type="SelectedImage" Path="images/textpuck-lit.png"/>
</SkinArt>
</PuckImage>
</SkinScrollBar>
<SkinButton
Name="MainDecNudge"
MapColor="255,200,0"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/main-sliderInc-bg.png"/>
<Image Type="HoverImage" Path="images/main-sliderInc-hover.png"/>
<Image Type="SelectedImage" Path="images/main-sliderInc-sel.png"/>
<Image Type="DisabledImage" Path="images/main-sliderInc-dis.png"/>
</SkinArt>
</SkinButton>
<SkinButton
Name="MainIncNudge"
MapColor="0,200,255"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/main-sliderDec-bg.png"/>
<Image Type="HoverImage" Path="images/main-sliderDec-hover.png"/>
<Image Type="SelectedImage" Path="images/main-sliderDec-sel.png"/>
<Image Type="DisabledImage" Path="images/main-sliderDec-dis.png"/>
</SkinArt>
</SkinButton>
<SkinProgress
Name="ProgressBar"
MapColor="255,255,200"
Orientation="LeftToRight"
FilledImage="images/progressfilled.png"
UnfilledImage="images/progressunfilled.png"
>
</SkinProgress>
<SkinProgress
Name="FileProgressBar"
MapColor="255,60,255"
Orientation="LeftToRight"
FilledImage="images/progressbluefilled.png"
UnfilledImage="images/progressblueunfilled.png"
>
</SkinProgress>
</SkinWindow>
<SkinDialog
Name="OptionsDialog"
Visible="false"
Align="Center"
VAlign="Center"
Label="EQ Patch Options"
Icon="images/icon.png"
Draggable="false"
Modal="true"
>
<SkinText
Name="OptionsHeader"
MapColor="100,0,0"
UseBackgroundColors="true"
CenterX="true"
FixedWidth="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="Header" Priority="2"/>
<Text>EverQuest Patcher Advanced Options</Text>
</SkinText>
<SkinText
Name="PackageHeader"
MapColor="100,100,0"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
FixedWidth="true"
>
<Style Name="Language" Priority="1"/>
<Style Name="Header" Priority="2"/>
<Style Name="SubHeader" Priority="3"/>
<Text>Package Downloads</Text>
</SkinText>
<SkinText
Name="EnvironmentHeader"
MapColor="200,150,100"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
FixedWidth="true"
>
<Style Name="Language" Priority="1"/>
<Style Name="Header" Priority="2"/>
<Style Name="SubHeader" Priority="3"/>
<Text>Environment</Text>
</SkinText>
<SkinArt
NoTransparentColor="0,255,0"
>
<Image Type="BackgroundImage" Path="images/options-bg.png"/>
<Image Type="MapImage" Path="images/options-map.png"/>
</SkinArt>
<!-- Optional -->
<SkinButton
Name="Optional Info"
MapColor="150,150,0"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="Distribution">Optional</Param>
</Command>
</SkinButton>
<SkinToggle
Name="Optional Select"
MapColor="0,150,150"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">Optional</Param>
</Command>
</SkinToggle>
<SkinText
Name="Optional"
MapColor="100,100,100"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>Optional Zones</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">Optional Select</Param>
</Command>
</SkinText>
<!-- Kunark -->
<SkinButton
Name="Kunark Info"
MapColor="150,150,150"
Visible="false"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="Distribution">Kunark</Param>
</Command>
</SkinButton>
<SkinToggle
Name="Kunark Select"
MapColor="0,0,150"
Visible="false"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">Kunark</Param>
</Command>
</SkinToggle>
<SkinText
Name="Kunark"
MapColor="0,100,100"
Visible="false"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>Ruins of Kunark</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">Kunark Select</Param>
</Command>
</SkinText>
<!-- Velious -->
<SkinButton
Name="Velious Info"
MapColor="75,0,0"
Visible="false"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="Distribution">Velious</Param>
</Command>
</SkinButton>
<SkinToggle
Name="Velious Select"
MapColor="75,75,75"
Visible="false"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">Velious</Param>
</Command>
</SkinToggle>
<SkinText
Name="Velious"
MapColor="0,0,100"
Visible="false"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>Scars of Velious</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">Velious Select</Param>
</Command>
</SkinText>
<!-- ShadowsLuclin -->
<SkinRadioGroup
Name="EnvironmentGroup"
>
<SkinRadioButton
Name="StandardDistribution Select"
MapColor="100,50,0"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/radio-bg.png"/>
<Image Type="HoverImage" Path="images/radio-hover.png"/>
<Image Type="SelectedImage" Path="images/radio-sel.png"/>
<Image Type="DisabledImage" Path="images/radio-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">StandardDistribution</Param>
</Command>
<Command Event="toggleOn"
Name="RescanTestFiles"/>
</SkinRadioButton>
<SkinRadioButton
Name="TestServer Select"
MapColor="0,175,175"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/radio-bg.png"/>
<Image Type="HoverImage" Path="images/radio-hover.png"/>
<Image Type="SelectedImage" Path="images/radio-sel.png"/>
<Image Type="DisabledImage" Path="images/radio-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">TestServer</Param>
</Command>
<Command Event="toggleOn"
Name="RescanTestFiles"/>
</SkinRadioButton>
</SkinRadioGroup>
<!-- Languages: -->
<!--
<SkinText
Name="SelectLanguage"
MapColor="0,255,0"
>
<Style Name="Language"/>
<Style Name="Header"/>
<Style Name="ClickableText" Priority="2"/>
<Command Event="click"
Name="listmenutoggle">
<Param Name="combobox">LanguageSelection</Param>
</Command>
<Text>Select Language</Text>
</SkinText>
<SkinComboBox
Name="LanguageSelection"
Editable="false"
TabID="10"
CoverWidget="SelectLanguage"
>
<ListMenu
Name="popuplist"
>
<SkinArt
TransparentColor="0,255,0"
>
<Image Type="ForegroundImage" Path="images/popup-fg.png"/>
<Image Type="BackgroundImage" Path="images/popup-bg.png"/>
<Image Type="MapImage" Path="images/popup-map.png"/>
<Image Type="HoverImage" Path="images/popup-hover.png"/>
<Image Type="SelectedImage" Path="images/popup-selected.png"/>
</SkinArt>
<SkinListBox
MapColor="100,100,100"
ShowHovered="true"
>
<Style Name="Language"/>
<Brush Type="Highlight" Color="0,0,100,255"/>
<Brush Type="Hover" Color="50,50,150,255"/>
<Command Event="activate"
Name="LanguageSelect"/>
</SkinListBox>
</ListMenu>
</SkinComboBox>
-->
<!--
<SkinText
Name="LanguageHeader"
MapColor="0,255,0"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
FixedWidth="true"
>
<Style Name="Language" Priority="1"/>
<Style Name="Header" Priority="2"/>
<Style Name="SubHeader" Priority="3"/>
<Text>Language Packs</Text>
</SkinText>
<SkinButton
Name="French Info"
MapColor="0,0,75"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="Distribution">French</Param>
</Command>
<Command Event="click"
Name="SetLanguage">
<Param Name="Language">French</Param>
</Command>
</SkinButton>
<SkinToggle
Name="French Select"
MapColor="125,125,0"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">French</Param>
</Command>
</SkinToggle>
<SkinText
Name="French"
MapColor="50,50,0"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>French</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">French Select</Param>
</Command>
</SkinText>
<SkinButton
Name="German Info"
MapColor="125,0,0"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="Distribution">German</Param>
</Command>
<Command Event="click"
Name="SetLanguage">
<Param Name="Language">German</Param>
</Command>
</SkinButton>
<SkinToggle
Name="German Select"
MapColor="125,125,125"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">German</Param>
</Command>
</SkinToggle>
<SkinText
Name="German"
MapColor="50,50,50"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>German</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">German Select</Param>
</Command>
</SkinText>
<SkinButton
Name="Korean Info"
MapColor="0,125,125"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="Distribution">Korean</Param>
</Command>
<Command Event="click"
Name="SetLanguage">
<Param Name="Language">Korean</Param>
</Command>
</SkinButton>
<SkinToggle
Name="Korean Select"
MapColor="175,0,0"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">Korean</Param>
</Command>
</SkinToggle>
<SkinText
Name="Korean"
MapColor="0,50,50"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>Korean</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">Korean Select</Param>
</Command>
</SkinText>
<SkinButton
Name="Japanese Info"
MapColor="0,0,125"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="Distribution">Japanese</Param>
</Command>
<Command Event="click"
Name="SetLanguage">
<Param Name="Language">Japanese</Param>
</Command>
</SkinButton>
<SkinToggle
Name="Japanese Select"
MapColor="175,175,0"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">Japanese</Param>
</Command>
</SkinToggle>
<SkinText
Name="Japanese"
MapColor="0,0,50"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>Japanese</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">Japanese Select</Param>
</Command>
</SkinText>
-->
<!-- Use Standard Server -->
<SkinButton
Name="StandardDistribution Info"
MapColor="150,100,50"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="distribution">StandardDistribution</Param>
</Command>
</SkinButton>
<SkinText
Name="StandardDistribution"
MapColor="50,0,150"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>Standard</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">StandardDistribution Select</Param>
</Command>
</SkinText>
<!-- Use Test Server -->
<SkinButton
Name="TestServer Info"
MapColor="175,175,175"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="distribution">TestServer</Param>
</Command>
</SkinButton>
<SkinText
Name="TestServer"
MapColor="150,0,0"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>Test Server</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">TestServer Select</Param>
</Command>
</SkinText>
<!-- ShadowsLuclin -->
<SkinButton
Name="ShadowsLuclin Info"
MapColor="75,75,0"
Visible="false"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/infobutton-fg.png"/>
<Image Type="HoverImage" Path="images/infobutton-hover.png"/>
<Image Type="SelectedImage" Path="images/infobutton-sel.png"/>
<Image Type="DisabledImage" Path="images/infobutton-dis.png"/>
</SkinArt>
<Command Event="click"
Name="DistributionInfo">
<Param Name="Distribution">ShadowsLuclin</Param>
</Command>
</SkinButton>
<SkinToggle
Name="ShadowsLuclin Select"
MapColor="0,75,75"
Visible="false"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="DistributionSelect">
<Param Name="distribution">ShadowsLuclin</Param>
</Command>
</SkinToggle>
<SkinText
Name="ShadowsLuclin"
MapColor="50,0,0"
Visible="false"
FixedWidth="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>Shadows of Luclin</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">ShadowsLuclin Select</Param>
</Command>
</SkinText>
<SkinText
Name="OptionSave Button"
MapColor="150,60,0"
Enabled="true"
CenterX="true"
FixedWidth="true"
CenterShiftX="2"
CenterShiftY="-1"
SelectedOffsetX="1"
SelectedOffsetY="1"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Style Name="Buttons" Priority="3"/>
<SkinArt>
<Image Type="BackgroundImage" Path="images/button2-bg.png"/>
<Image Type="HoverImage" Path="images/button2-hover.png"/>
<Image Type="SelectedImage" Path="images/button2-sel.png"/>
<Image Type="DisabledImage" Path="images/button2-dis.png"/>
</SkinArt>
<Text>Save</Text>
<Command Event="click"
Name="AdvancedSave"/>
</SkinText>
<SkinText
Name="OptionCancel Button"
MapColor="150,60,255"
Enabled="true"
CenterX="true"
FixedWidth="true"
CenterShiftX="2"
CenterShiftY="-1"
SelectedOffsetX="1"
SelectedOffsetY="1"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Style Name="Buttons" Priority="3"/>
<SkinArt>
<Image Type="BackgroundImage" Path="images/button2-bg.png"/>
<Image Type="HoverImage" Path="images/button2-hover.png"/>
<Image Type="SelectedImage" Path="images/button2-sel.png"/>
<Image Type="DisabledImage" Path="images/button2-dis.png"/>
</SkinArt>
<Text>Cancel</Text>
<Command Event="click"
Name="AdvancedCancel"/>
</SkinText>
<SkinTextArea
Name="OptionsInfo Text"
MapColor="255,255,100"
VerticalScrollBar="OptionsInfoScrollBar"
>
<Style Name="Language" Priority="1"/>
</SkinTextArea>
<SkinScrollBar
Name="OptionsInfoScrollBar"
IncrementNudge="OptionsIncNudge"
DecrementNudge="OptionsDecNudge"
Orientation="Vertical"
MapColor="0,200,0"
PathColor="96,69,96"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/main-sliderBar-bg.png"/>
<Image Type="HoverImage" Path="images/main-sliderBar-hover.png"/>
<Image Type="SelectedImage" Path="images/main-sliderBar-sel.png"/>
<Image Type="DisabledImage" Path="images/main-sliderBar-dis.png"/>
</SkinArt>
<PuckImage>
<SkinArt>
<Image Type="BackgroundImage" Path="images/textpuck.png"/>
<Image Type="HoverImage" Path="images/textpuck-lit.png"/>
<Image Type="SelectedImage" Path="images/textpuck-lit.png"/>
</SkinArt>
</PuckImage>
</SkinScrollBar>
<SkinButton
Name="OptionsDecNudge"
MapColor="255,200,0"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/main-sliderInc-bg.png"/>
<Image Type="HoverImage" Path="images/main-sliderInc-hover.png"/>
<Image Type="SelectedImage" Path="images/main-sliderInc-sel.png"/>
<Image Type="DisabledImage" Path="images/main-sliderInc-dis.png"/>
</SkinArt>
</SkinButton>
<SkinButton
Name="OptionsIncNudge"
MapColor="0,200,255"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/main-sliderDec-bg.png"/>
<Image Type="HoverImage" Path="images/main-sliderDec-hover.png"/>
<Image Type="SelectedImage" Path="images/main-sliderDec-sel.png"/>
<Image Type="DisabledImage" Path="images/main-sliderDec-dis.png"/>
</SkinArt>
</SkinButton>
<SkinText
Name="CRC Button"
MapColor="90,60,175"
Enabled="true"
CenterX="true"
FixedWidth="true"
CenterShiftX="2"
CenterShiftY="-1"
SelectedOffsetX="1"
SelectedOffsetY="1"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Style Name="Buttons" Priority="3"/>
<SkinArt>
<Image Type="BackgroundImage" Path="images/button3-bg.png"/>
<Image Type="HoverImage" Path="images/button3-hover.png"/>
<Image Type="SelectedImage" Path="images/button3-sel.png"/>
<Image Type="DisabledImage" Path="images/button3-dis.png"/>
</SkinArt>
<Text>Complete File Check</Text>
<Command Event="click"
Name="CRC Scan"/>
</SkinText>
<SkinToggle
Name="AutoDownload Select"
MapColor="120,60,175"
>
<SkinArt>
<Image Type="BackgroundImage" Path="images/checkbox-bg.png"/>
<Image Type="HoverImage" Path="images/checkbox-hover.png"/>
<Image Type="SelectedImage" Path="images/checkbox-sel.png"/>
<Image Type="DisabledImage" Path="images/checkbox-dis.png"/>
</SkinArt>
<Command Event="toggle"
Name="AutoDownloadSelect"/>
</SkinToggle>
<SkinText
Name="AutoDownload"
MapColor="150,60,175"
FixedWidth="true"
CenterY="true"
UseBackgroundColors="true"
BackgroundOffsetX="2"
BackgroundOffsetY="2"
>
<Style Name="Language" Priority="1"/>
<Style Name="ClickableText" Priority="2"/>
<Text>AutoDownload</Text>
<Command Event="click"
Name="ActivateToggle"
>
<Param Name="ToggleObj">AutoDownload Select</Param>
</Command>
</SkinText>
</SkinDialog>
<!--
<SkinWindow
Name="BrowserWindow"
Visible="false"
Align="Right"
VAlign="Center"
Label="EverQuest Changes"
Icon="images/icon.png"
>
<SkinArt
TransparentColor="0,255,0"
>
<Image Type="BackgroundImage" Path="images/browser-bg.png"/>
<Image Type="MapImage" Path="images/browser-map.png"/>
</SkinArt>
<SkinButton
MapColor="233,255,67"
Name="TestRefresher"
>
<Command Event="click"
Name="BrowserOperation">
<Param Name="Browser">ChangesBrowser</Param>
<Param Name="Operation">Refresh</Param>
</Command>
</SkinButton>
<SkinTextArea
Name="Changes Text"
MapColor="233,100,67"
/>
<SkinBrowser
Name="ChangesBrowser"
MapColor="233,100,67"
>
</SkinBrowser>
</SkinWindow>
-->
</SkinApp>